home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / withsctp < prev    next >
Text File  |  2009-05-04  |  210b  |  13 lines

  1. #!/bin/sh
  2. # -*- sh -*-
  3. LIBDIR=/usr/lib/lksctp-tools
  4. BINDIR=/usr/bin
  5. export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.10
  6. if ! ${BINDIR}/checksctp 2> /dev/null
  7. then
  8.     ${BINDIR}/checksctp;
  9.     exit 1;
  10. fi
  11.  
  12. exec $*
  13.